Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #33

Merged
merged 1 commit into from
Jun 19, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 18, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@nestjs/common (source) 8.4.6 -> 8.4.7 age adoption passing confidence dependencies patch
@nestjs/core (source) 8.4.6 -> 8.4.7 age adoption passing confidence dependencies patch
@nestjs/platform-express (source) 8.4.6 -> 8.4.7 age adoption passing confidence dependencies patch
@nestjs/testing (source) 8.4.6 -> 8.4.7 age adoption passing confidence devDependencies patch
@prisma/client (source) 3.15.1 -> 3.15.2 age adoption passing confidence dependencies patch
@types/jest 28.1.1 -> 28.1.2 age adoption passing confidence devDependencies patch
@types/node 17.0.42 -> 17.0.45 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin 5.27.1 -> 5.28.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 5.27.1 -> 5.28.0 age adoption passing confidence devDependencies minor
aws-cdk 2.27.0 -> 2.28.1 age adoption passing confidence devDependencies minor
aws-cdk-lib 2.27.0 -> 2.28.1 age adoption passing confidence dependencies minor
constructs 10.1.36 -> 10.1.42 age adoption passing confidence dependencies patch
eslint (source) 8.17.0 -> 8.18.0 age adoption passing confidence devDependencies minor
github.com/99designs/gqlgen v0.17.9 -> v0.17.10 age adoption passing confidence require patch
github.com/aws/aws-sdk-go v1.44.32 -> v1.44.37 age adoption passing confidence require patch
github.com/vektah/gqlparser/v2 v2.4.4 -> v2.4.5 age adoption passing confidence require patch
node 18.3.0 -> 18.4.0 age adoption passing confidence final minor
pnpm (source) 7.2.1 -> 7.3.0 age adoption passing confidence packageManager minor
prettier (source) 2.6.2 -> 2.7.1 age adoption passing confidence devDependencies minor
prisma (source) 3.15.1 -> 3.15.2 age adoption passing confidence devDependencies patch
ts-jest (source) 28.0.4 -> 28.0.5 age adoption passing confidence devDependencies patch
typescript (source) 4.7.3 -> 4.7.4 age adoption passing confidence devDependencies patch

Release Notes

nestjs/nest

v8.4.7

Compare Source

v8.4.7 (2022-06-14)
Enhancements
  • microservices
  • common
Dependencies
Committers: 5
prisma/prisma

v3.15.2

Compare Source

Today, we are issuing the 3.15.2 patch release.

Fixes

In order to use the Prisma Data Proxy via Prisma Client, you need to generate it with prisma generate --data-proxy as described in our documentation. We are introducing PRISMA_GENERATE_DATAPROXY="true" as an additional way to do the same thing, but via an environment variable.

This is necessary, for example, to reliably deploy a Prisma Client for Data Proxy on Vercel Serverless Functions, where it can be hard to update the build command to run prisma generate --data-proxy. Starting with this version you can just set PRISMA_GENERATE_DATAPROXY="true" as an environment variable the Vercel project settings.

If you are unfamiliar with the Data Proxy, read how to get started.

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.28.0

Compare Source

Bug Fixes
  • [TS4.7] allow visiting of typeParameters in TSTypeQuery (#​5166) (dc1f930)
  • eslint-plugin: [space-infix-ops] support for optional property without type (#​5155) (1f25daf)
Features
  • eslint-plugin: [consistent-generic-constructors] add rule (#​4924) (921cdf1)

5.27.1 (2022-06-06)

Bug Fixes
  • eslint-plugin: [space-infix-ops] correct PropertyDefinition with typeAnnotation (#​5113) (d320174)
  • eslint-plugin: [space-infix-ops] regression fix for conditional types (#​5135) (e5238c8)
  • eslint-plugin: [space-infix-ops] regression fix for type aliases (#​5138) (4e13deb)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.28.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.27.1 (2022-06-06)

Note: Version bump only for package @​typescript-eslint/parser

aws/aws-cdk

v2.28.1

Compare Source

Bug Fixes

Alpha modules (2.28.1-alpha.0)

v2.28.0

Compare Source

Features
Bug Fixes

Alpha modules (2.28.0-alpha.0)

Bug Fixes
aws/constructs

v10.1.42

Compare Source

10.1.42 (2022-06-16)

v10.1.41

Compare Source

10.1.41 (2022-06-15)

v10.1.40

Compare Source

10.1.40 (2022-06-14)

v10.1.39

Compare Source

10.1.39 (2022-06-14)

v10.1.38

Compare Source

10.1.38 (2022-06-14)

v10.1.37

Compare Source

10.1.37 (2022-06-13)
eslint/eslint

v8.18.0

Compare Source

Features

  • a6273b8 feat: account for rule creation time in performance reports (#​15982) (Nitin Kumar)

Bug Fixes

  • f364d47 fix: Make no-unused-vars treat for..of loops same as for..in loops (#​15868) (Alex Bass)

Documentation

  • 4871047 docs: Update analytics, canonical URL, ads (#​15996) (Nicholas C. Zakas)
  • cddad14 docs: Add correct/incorrect containers (#​15998) (Nicholas C. Zakas)
  • b04bc6f docs: Add rules meta info to rule pages (#​15902) (Nicholas C. Zakas)
  • 1324f10 docs: unify the wording referring to optional exception (#​15893) (Abdelrahman Elkady)
  • ad54d02 docs: add missing trailing slash to some internal links (#​15991) (Milos Djermanovic)
  • df7768e docs: Switch to version-relative URLs (#​15978) (Nicholas C. Zakas)
  • 21d6479 docs: change some absolute links to relative (#​15970) (Milos Djermanovic)
  • f31216a docs: Update README team and sponsors (ESLint Jenkins)

Build Related

  • ed49f15 build: remove unwanted parallel and image-min for dev server (#​15986) (Strek)

Chores

  • f6e2e63 chore: fix 'replaced by' rule list (#​16007) (Milos Djermanovic)
  • d94dc84 chore: remove unused deprecation warnings (#​15994) (Francesco Trotta)
  • cdcf11e chore: fix versions link (#​15995) (Milos Djermanovic)
  • d2a8715 chore: add trailing slash to pathPrefix (#​15993) (Milos Djermanovic)
  • 58a1bf0 chore: tweak URL rewriting for local previews (#​15992) (Milos Djermanovic)
  • 80404d2 chore: remove docs deploy workflow (#​15984) (Nicholas C. Zakas)
  • 71bc750 chore: Set permissions for GitHub actions (#​15971) (Naveen)
  • 90ff647 chore: avoid generating subdirectories for each page on new docs site (#​15967) (Milos Djermanovic)
99designs/gqlgen

v0.17.10

Compare Source

c355df9e fix #​1876](https://togithub.com/99designs/gqlgen/issues/1876): Optional Any type should allow nil values ([#​2231)
  • Anonymous func that checks value of arg type interface for nil

  • Added unit test for CallArgs()

  • Fixed type of argument in unit test

aws/aws-sdk-go

v1.44.37

Compare Source

===

Service Client Updates
  • service/connect: Updates service API
  • service/connectcampaigns: Adds new service
  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • Doc only update for DynamoDB service
  • service/streams.dynamodb: Updates service documentation

v1.44.36

Compare Source

===

Service Client Updates
  • service/redshift-data: Updates service API and documentation
  • service/redshiftserverless: Adds new service
  • service/secretsmanager: Updates service documentation
    • Documentation updates for Secrets Manager
  • service/securityhub: Updates service API and documentation

v1.44.35

Compare Source

===

Service Client Updates
  • service/finspace-data: Updates service API and documentation
  • service/guardduty: Updates service API and documentation
    • Adds finding fields available from GuardDuty Console. Adds FreeTrial related operations. Deprecates the use of various APIs related to Master Accounts and Replace them with Administrator Accounts.
  • service/servicecatalog-appregistry: Updates service API, documentation, and paginators
  • service/workspaces: Updates service API and documentation
    • Added new field "reason" to OperationNotSupportedException. Receiving this exception in the DeregisterWorkspaceDirectory API will now return a reason giving more context on the failure.

v1.44.34

Compare Source

===

Service Client Updates
  • service/budgets: Updates service API and documentation
    • Add a budgets ThrottlingException. Update the CostFilters value pattern.
  • service/lookoutmetrics: Updates service API and documentation
  • service/mediaconvert: Updates service API and documentation
    • AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders.

v1.44.33

Compare Source

===

Service Client Updates
  • service/outposts: Updates service API and documentation
vektah/gqlparser

v2.4.5

Compare Source

What's Changed

New Contributors

Full Changelog: vektah/gqlparser@v2.4.4...v2.4.5

nodejs/node

v18.4.0

Compare Source

Notable Changes
  • crypto:
    • remove Node.js-specific webcrypto extensions (Filip Skokan) #​43310
    • add CFRG curves to Web Crypto API (Filip Skokan) #​42507
  • dns:
    • accept 'IPv4' and 'IPv6' for family (Antoine du Hamel) #​43054
  • report:
    • add more heap infos in process report (theanarkh) #​43116
Commits

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2040937 to 5f7dee2 Compare June 19, 2022 00:56
@KoichiKiyokawa KoichiKiyokawa merged commit 1710702 into main Jun 19, 2022
@KoichiKiyokawa KoichiKiyokawa deleted the renovate/all-minor-patch branch June 19, 2022 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant